Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BlenderPhi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
raas
BlenderPhi
Commits
b276624f
Commit
b276624f
authored
14 years ago
by
Nathan Letwory
Browse files
Options
Downloads
Patches
Plain Diff
doxygen: footer template
parent
bcec8242
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/Doxyfile
+3
-2
3 additions, 2 deletions
doc/Doxyfile
doc/doxygen.main
+10
-0
10 additions, 0 deletions
doc/doxygen.main
doc/footer.html
+5
-0
5 additions, 0 deletions
doc/footer.html
with
18 additions
and
2 deletions
doc/Doxyfile
+
3
−
2
View file @
b276624f
...
@@ -629,7 +629,8 @@ INPUT = doxygen.main \
...
@@ -629,7 +629,8 @@ INPUT = doxygen.main \
../source/blender/render \
../source/blender/render \
../source/blender/nodes \
../source/blender/nodes \
../source/blender/modifiers \
../source/blender/modifiers \
../source/blender/gpu
../source/blender/gpu \
../source/blender/avi
# This tag can be used to specify the character encoding of the source files
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
...
@@ -851,7 +852,7 @@ HTML_HEADER =
...
@@ -851,7 +852,7 @@ HTML_HEADER =
# each generated HTML page. If it is left blank doxygen will generate a
# each generated HTML page. If it is left blank doxygen will generate a
# standard footer.
# standard footer.
HTML_FOOTER =
HTML_FOOTER =
footer.html
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
# style sheet that is used by each HTML page. It can be used to
# style sheet that is used by each HTML page. It can be used to
...
...
This diff is collapsed.
Click to expand it.
doc/doxygen.main
+
10
−
0
View file @
b276624f
...
@@ -101,6 +101,16 @@
...
@@ -101,6 +101,16 @@
* \ingroup gui
* \ingroup gui
*/
*/
/** \defgroup externformats external formats */
/** \defgroup collada COLLADA
* \ingroup externformats
*/
/** \defgroup avi AVI
* \ingroup externformats
*/
/** \defgroup imbuf IMage Buffer */
/** \defgroup imbuf IMage Buffer */
/** \defgroup undoc Undocumented
/** \defgroup undoc Undocumented
...
...
This diff is collapsed.
Click to expand it.
doc/footer.html
0 → 100644
+
5
−
0
View file @
b276624f
<hr
class=
"footer"
/><address
class=
"footer"
><small>
Generated on $datetime for $projectname by
 
<a
href=
"http://www.doxygen.org/index.html"
>
<img
class=
"footer"
src=
"../../doxygen.png"
alt=
"doxygen"
/></a>
$doxygenversion
</small></address>
</body>
</html>
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