Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
8f479abd
Commit
8f479abd
authored
Jun 08, 2012
by
Sebastian Eichelbaum
Browse files
[DOC]
parent
00c60254
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
224 deletions
+6
-224
doc/core/doxygenConfig
doc/core/doxygenConfig
+2
-19
doc/developer/doxygenConfig
doc/developer/doxygenConfig
+2
-19
doc/developer/doxygenLayout.xml
doc/developer/doxygenLayout.xml
+0
-184
src/core/graphicsEngine/WGETextureUtils.h
src/core/graphicsEngine/WGETextureUtils.h
+2
-2
No files found.
doc/core/doxygenConfig
View file @
8f479abd
...
...
@@ -483,12 +483,6 @@ MAX_INITIALIZER_LINES = 30
SHOW_USED_FILES = YES
# If the sources in your project are distributed over multiple directories
# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
# in the documentation. The default is NO.
SHOW_DIRECTORIES = YES
# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
# This will remove the Files entry from the Quick Index and from the
# Folder Tree View (if specified). The default is YES.
...
...
@@ -519,7 +513,7 @@ FILE_VERSION_FILTER =
# file name after the option, if omitted DoxygenLayout.xml will be used as the name
# of the layout file.
#LAYOUT_FILE = doc/developer/doxygenLayout.xml
#
LAYOUT_FILE = doc/developer/doxygenLayout.xml
#---------------------------------------------------------------------------
# configuration options related to warning and progress messages
...
...
@@ -823,12 +817,6 @@ HTML_STYLESHEET =
HTML_TIMESTAMP = NO
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
# files or namespaces will be aligned in HTML using tables. If set to
# NO a bullet list will be used.
HTML_ALIGN_MEMBERS = YES
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the
# page has loaded. For this to work a browser that supports
...
...
@@ -1000,11 +988,6 @@ ENUM_VALUES_PER_LINE = 4
GENERATE_TREEVIEW = NO
# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
# and Class Hierarchy pages using a tree view instead of an ordered list.
USE_INLINE_TREES = NO
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
# used to set the initial width (in pixels) of the frame in which the tree
# is shown.
...
...
@@ -1539,7 +1522,7 @@ DOTFILE_DIRS =
# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
DOT_GRAPH_MAX_NODES = 50
DOT_GRAPH_MAX_NODES = 50
0
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
# graphs generated by dot. A depth value of 3 means that only nodes reachable
...
...
doc/developer/doxygenConfig
View file @
8f479abd
...
...
@@ -483,12 +483,6 @@ MAX_INITIALIZER_LINES = 30
SHOW_USED_FILES = YES
# If the sources in your project are distributed over multiple directories
# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
# in the documentation. The default is NO.
SHOW_DIRECTORIES = YES
# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
# This will remove the Files entry from the Quick Index and from the
# Folder Tree View (if specified). The default is YES.
...
...
@@ -519,7 +513,7 @@ FILE_VERSION_FILTER =
# file name after the option, if omitted DoxygenLayout.xml will be used as the name
# of the layout file.
LAYOUT_FILE = doc/developer/doxygenLayout.xml
#
LAYOUT_FILE = doc/developer/doxygenLayout.xml
#---------------------------------------------------------------------------
# configuration options related to warning and progress messages
...
...
@@ -825,12 +819,6 @@ HTML_STYLESHEET =
HTML_TIMESTAMP = NO
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
# files or namespaces will be aligned in HTML using tables. If set to
# NO a bullet list will be used.
HTML_ALIGN_MEMBERS = YES
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the
# page has loaded. For this to work a browser that supports
...
...
@@ -1002,11 +990,6 @@ ENUM_VALUES_PER_LINE = 4
GENERATE_TREEVIEW = NO
# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
# and Class Hierarchy pages using a tree view instead of an ordered list.
USE_INLINE_TREES = NO
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
# used to set the initial width (in pixels) of the frame in which the tree
# is shown.
...
...
@@ -1541,7 +1524,7 @@ DOTFILE_DIRS =
# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
DOT_GRAPH_MAX_NODES = 50
DOT_GRAPH_MAX_NODES = 50
0
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
# graphs generated by dot. A depth value of 3 means that only nodes reachable
...
...
doc/developer/doxygenLayout.xml
deleted
100644 → 0
View file @
00c60254
<doxygenlayout
version=
"1.0"
>
<!-- Navigation index tabs for HTML output -->
<navindex>
<tab
type=
"mainpage"
visible=
"yes"
title=
""
/>
<tab
type=
"pages"
visible=
"yes"
title=
""
/>
<tab
type=
"modules"
visible=
"yes"
title=
"Groups"
/>
<tab
type=
"namespaces"
visible=
"yes"
title=
""
>
<tab
type=
"namespaces"
visible=
"yes"
title=
""
/>
<tab
type=
"namespacemembers"
visible=
"yes"
title=
""
/>
</tab>
<tab
type=
"classes"
visible=
"yes"
title=
""
>
<tab
type=
"classes"
visible=
"yes"
title=
""
/>
<tab
type=
"classindex"
visible=
"$ALPHABETICAL_INDEX"
title=
""
/>
<tab
type=
"hierarchy"
visible=
"yes"
title=
""
/>
<tab
type=
"classmembers"
visible=
"yes"
title=
""
/>
</tab>
<tab
type=
"files"
visible=
"yes"
title=
""
>
<tab
type=
"files"
visible=
"yes"
title=
""
/>
<tab
type=
"globals"
visible=
"yes"
title=
""
/>
</tab>
<tab
type=
"dirs"
visible=
"yes"
title=
""
/>
<tab
type=
"examples"
visible=
"yes"
title=
""
/>
</navindex>
<!-- Layout definition for a class page -->
<class>
<briefdescription
visible=
"yes"
/>
<includes
visible=
"$SHOW_INCLUDE_FILES"
/>
<inheritancegraph
visible=
"$CLASS_GRAPH"
/>
<collaborationgraph
visible=
"$COLLABORATION_GRAPH"
/>
<allmemberslink
visible=
"yes"
/>
<memberdecl>
<nestedclasses
visible=
"yes"
title=
""
/>
<publictypes
title=
""
/>
<publicslots
title=
""
/>
<signals
title=
""
/>
<publicmethods
title=
""
/>
<publicstaticmethods
title=
""
/>
<publicattributes
title=
""
/>
<publicstaticattributes
title=
""
/>
<protectedtypes
title=
""
/>
<protectedslots
title=
""
/>
<protectedmethods
title=
""
/>
<protectedstaticmethods
title=
""
/>
<protectedattributes
title=
""
/>
<protectedstaticattributes
title=
""
/>
<packagetypes
title=
""
/>
<packagemethods
title=
""
/>
<packagestaticmethods
title=
""
/>
<packageattributes
title=
""
/>
<packagestaticattributes
title=
""
/>
<properties
title=
""
/>
<events
title=
""
/>
<privatetypes
title=
""
/>
<privateslots
title=
""
/>
<privatemethods
title=
""
/>
<privatestaticmethods
title=
""
/>
<privateattributes
title=
""
/>
<privatestaticattributes
title=
""
/>
<friends
title=
""
/>
<related
title=
""
subtitle=
""
/>
<membergroups
visible=
"yes"
/>
</memberdecl>
<detaileddescription
title=
""
/>
<memberdef>
<typedefs
title=
""
/>
<enums
title=
""
/>
<constructors
title=
""
/>
<functions
title=
""
/>
<related
title=
""
/>
<variables
title=
""
/>
<properties
title=
""
/>
<events
title=
""
/>
</memberdef>
<usedfiles
visible=
"$SHOW_USED_FILES"
/>
<authorsection
visible=
"yes"
/>
</class>
<!-- Layout definition for a namespace page -->
<namespace>
<briefdescription
visible=
"yes"
/>
<memberdecl>
<nestednamespaces
visible=
"yes"
title=
""
/>
<classes
visible=
"yes"
title=
""
/>
<typedefs
title=
""
/>
<enums
title=
""
/>
<functions
title=
""
/>
<variables
title=
""
/>
<membergroups
visible=
"yes"
/>
</memberdecl>
<detaileddescription
title=
""
/>
<memberdef>
<typedefs
title=
""
/>
<enums
title=
""
/>
<functions
title=
""
/>
<variables
title=
""
/>
</memberdef>
<authorsection
visible=
"yes"
/>
</namespace>
<!-- Layout definition for a file page -->
<file>
<briefdescription
visible=
"yes"
/>
<includes
visible=
"$SHOW_INCLUDE_FILES"
/>
<includegraph
visible=
"$INCLUDE_GRAPH"
/>
<includedbygraph
visible=
"$INCLUDED_BY_GRAPH"
/>
<sourcelink
visible=
"yes"
/>
<memberdecl>
<classes
visible=
"yes"
title=
""
/>
<namespaces
visible=
"yes"
title=
""
/>
<defines
title=
""
/>
<typedefs
title=
""
/>
<enums
title=
""
/>
<functions
title=
""
/>
<variables
title=
""
/>
<membergroups
visible=
"yes"
/>
</memberdecl>
<detaileddescription
title=
""
/>
<memberdef>
<defines
title=
""
/>
<typedefs
title=
""
/>
<enums
title=
""
/>
<functions
title=
""
/>
<variables
title=
""
/>
</memberdef>
<authorsection/>
</file>
<!-- Layout definition for a group page -->
<group>
<briefdescription
visible=
"yes"
/>
<groupgraph
visible=
"$GROUP_GRAPHS"
/>
<memberdecl>
<classes
visible=
"yes"
title=
""
/>
<namespaces
visible=
"yes"
title=
""
/>
<dirs
visible=
"yes"
title=
""
/>
<nestedgroups
visible=
"yes"
title=
""
/>
<files
visible=
"yes"
title=
""
/>
<defines
title=
""
/>
<typedefs
title=
""
/>
<enums
title=
""
/>
<enumvalues
title=
""
/>
<functions
title=
""
/>
<variables
title=
""
/>
<signals
title=
""
/>
<publicslots
title=
""
/>
<protectedslots
title=
""
/>
<privateslots
title=
""
/>
<events
title=
""
/>
<properties
title=
""
/>
<friends
title=
""
/>
<membergroups
visible=
"yes"
/>
</memberdecl>
<detaileddescription
title=
""
/>
<memberdef>
<pagedocs/>
<defines
title=
""
/>
<typedefs
title=
""
/>
<enums
title=
""
/>
<enumvalues
title=
""
/>
<functions
title=
""
/>
<variables
title=
""
/>
<signals
title=
""
/>
<publicslots
title=
""
/>
<protectedslots
title=
""
/>
<privateslots
title=
""
/>
<events
title=
""
/>
<properties
title=
""
/>
<friends
title=
""
/>
</memberdef>
<authorsection
visible=
"yes"
/>
</group>
<!-- Layout definition for a directory page -->
<directory>
<briefdescription
visible=
"yes"
/>
<directorygraph
visible=
"yes"
/>
<memberdecl>
<dirs
visible=
"yes"
/>
<files
visible=
"yes"
/>
</memberdecl>
<detaileddescription
title=
""
/>
</directory>
</doxygenlayout>
src/core/graphicsEngine/WGETextureUtils.h
View file @
8f479abd
...
...
@@ -53,7 +53,7 @@ namespace wge
* - u_textureXSizeZ: depth of the texture in pixels
*
* \warning this is not OSG-thread-safe. This method bind the texture immediately. So please use this only for nodes which are not yet used
* in the scene graph. For safely binding textures to a node already in the scene, utilize
\ref bindTextureSafe
.
* in the scene graph. For safely binding textures to a node already in the scene, utilize
an update callback
.
*
* \param node where to bind
* \param unit the unit to use
...
...
@@ -74,7 +74,7 @@ namespace wge
* If the specified texture is a WGETexture, it additionally adds u_textureXMin and u_textureXScale for unscaling.
*
* \warning this is not OSG-thread-safe. This method bind the texture immediately. So please use this only for nodes which are not yet used
* in the scene graph. For safely binding textures to a node already in the scene, utilize
\ref bindTextureSafe
.
* in the scene graph. For safely binding textures to a node already in the scene, utilize
an update callback
.
*
* \param node where to bind
* \param unit the unit to use
...
...
Write
Preview
Markdown
is supported
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