diff options
| author | Mark Wenning <wenning@us.ibm.com> | 2011-07-29 18:05:34 -0500 |
|---|---|---|
| committer | Mark W. Wenning <wenning@us.ibm.com> | 2011-08-31 16:55:20 -0500 |
| commit | ddc062ce177ca591958b0d6bdf4c1b616899a340 (patch) | |
| tree | 961842e056dfecad329f472b98e521992c856f49 /src/build/doxygen | |
| parent | 0ebac914541254c4b9ee2a271f26cd67fc2b94a0 (diff) | |
| download | talos-hostboot-ddc062ce177ca591958b0d6bdf4c1b616899a340.tar.gz talos-hostboot-ddc062ce177ca591958b0d6bdf4c1b616899a340.zip | |
RTC 3346: Allow SPless control of ISteps within Hostboot
- initial commit
- add splesscommand and splessstatus objects
- factoring
- findTaskInfo, ExtTaskInfo structs
- doxygen cleanup
- unit tests
- cleanup, final
- review fixes
- take out splesscommand and splessstatus classes
- 2nd round of review changes
Change-Id: I6dce18072b5464a4b8c34e5f4ff639e38afa53d0
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/245
Tested-by: Jenkins Server
Reviewed-by: Mark W. Wenning <wenning@us.ibm.com>
Diffstat (limited to 'src/build/doxygen')
| -rw-r--r-- | src/build/doxygen/doxygen.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/build/doxygen/doxygen.conf b/src/build/doxygen/doxygen.conf index f8f2f4015..ec64e3b5c 100644 --- a/src/build/doxygen/doxygen.conf +++ b/src/build/doxygen/doxygen.conf @@ -433,7 +433,7 @@ WARN_IF_DOC_ERROR = YES # wrong or incomplete parameter documentation, but not about the absence of # documentation. -WARN_NO_PARAMDOC = NO +WARN_NO_PARAMDOC = YES # The WARN_FORMAT tag determines the format of the warning messages that # doxygen can produce. The string should contain the $file, $line, and $text @@ -448,7 +448,7 @@ WARN_FORMAT = "$file:$line: $text" # and error messages should be written. If left blank the output is written # to stderr. -WARN_LOGFILE = +WARN_LOGFILE = doxywarnings.log #--------------------------------------------------------------------------- # configuration options related to the input files @@ -821,7 +821,7 @@ LATEX_HIDE_INDICES = NO # The RTF output is optimized for Word 97 and may not look very pretty with # other RTF readers or editors. -GENERATE_RTF = NO +GENERATE_RTF = YES # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be @@ -1121,7 +1121,7 @@ GROUP_GRAPHS = YES # collaboration diagrams in a style similar to the OMG's Unified Modeling # Language. -UML_LOOK = NO +UML_LOOK = YES # If set to YES, the inheritance and collaboration graphs will show the # relations between templates and their instances. |

