Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
ab842943
Commit
ab842943
authored
Mar 15, 2010
by
Roland Levillain
Browse files
Adjust todoxygen.sh to TeX4ht outputs.
* doc/tools/todoxygen.sh: Here.
parent
6e6e5b7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
milena/ChangeLog
View file @
ab842943
2010-03-15 Roland Levillain <roland@lrde.epita.fr>
Adjust todoxygen.sh to TeX4ht outputs.
* doc/tools/todoxygen.sh: Here.
2010-03-15 Roland Levillain <roland@lrde.epita.fr>
Adapt HTML generation to TeX4ht.
milena/doc/tools/todoxygen.sh
View file @
ab842943
...
...
@@ -24,7 +24,7 @@ test $# -eq 3 \
html
=
"
$1
"
out
=
"
$2
/
`
basename
$1
.html
`
.hh"
bodyl
=
`
grep
-n
"<BODY
>
"
$html
|
cut
-d
':'
-f
1
`
bodyl
=
`
grep
-n
-i
"<BODY"
$html
|
cut
-d
':'
-f
1
`
nlines
=
`
wc
-l
$html
|
cut
-d
' '
-f
1
`
tail_line
=
$((
$nlines
-
$bodyl
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment