Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
senf
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wiback
senf
Commits
936b6f02
Commit
936b6f02
authored
17 years ago
by
g0dil
Browse files
Options
Downloads
Patches
Plain Diff
Even better documentation XML postprocessing pipeline (hrmpf)
parent
1b60386a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
senfscons/SENFSCons.py
+1
-1
1 addition, 1 deletion
senfscons/SENFSCons.py
with
1 addition
and
1 deletion
senfscons/SENFSCons.py
+
1
−
1
View file @
936b6f02
...
@@ -466,7 +466,7 @@ def Doxygen(env, doxyfile = "Doxyfile", extra_sources = []):
...
@@ -466,7 +466,7 @@ def Doxygen(env, doxyfile = "Doxyfile", extra_sources = []):
"
mv $${html} $${html}.orig;
"
+
"
mv $${html} $${html}.orig;
"
+
"
sed -e
'
s/id=
\"
current
\"
/class=
\"
current
\"
/
'
$${html}.orig
"
+
"
sed -e
'
s/id=
\"
current
\"
/class=
\"
current
\"
/
'
$${html}.orig
"
+
"
| tidy -ascii -q --wrap 0 --show-warnings no --fix-uri no
"
+
"
| tidy -ascii -q --wrap 0 --show-warnings no --fix-uri no
"
+
"
| sed -e
'
s/name=
\"
\([^
\"
]*\)
\"
id=
\"\\
1
\"
/name=
\"\\
1
\"
/g
'"
+
"
| sed -e
'
s/name=
\"
\([^
\"
]*\)
\"
\([^>]*\)
id=
\"\\
1
\"
/name=
\"\\
1
\"
\\
2
/g
'"
+
"
| xsltproc --novalid --nonet --html --stringparam topdir %s -o $${html} %s -;
"
"
| xsltproc --novalid --nonet --html --stringparam topdir %s -o $${html} %s -;
"
"
done; true
"
)
"
done; true
"
)
%
(
htmlnode
.
dir
.
abspath
,
reltopdir
,
xslfile
.
abspath
)))
%
(
htmlnode
.
dir
.
abspath
,
reltopdir
,
xslfile
.
abspath
)))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment