Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
b8fc0a1a
Commit
b8fc0a1a
authored
Dec 11, 2013
by
Adrian Negreanu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
usage: make -d print dev doxygen options
Signed-off-by:
Adrian Negreanu
<
adrian.m.negreanu@intel.com
>
parent
40b84627
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
doxygen.cpp
src/doxygen.cpp
+27
-0
No files found.
src/doxygen.cpp
View file @
b8fc0a1a
...
...
@@ -9772,6 +9772,31 @@ static void dumpSymbolMap()
}
}
// print developer options of doxygen
static
void
devUsage
()
{
msg
(
"developer parameters:
\n
"
);
msg
(
"-m dump symbol map
\n
"
);
msg
(
"-b output to wizard
\n
"
);
msg
(
"-T activates output generation via Django like template
\n
"
);
msg
(
"-d <level> Enable a debug level, such as:
\n
"
);
msg
(
"
\t
findmembers
\n
"
);
msg
(
"
\t
functions
\n
"
);
msg
(
"
\t
variables
\n
"
);
msg
(
"
\t
preprocessor
\n
"
);
msg
(
"
\t
classes
\n
"
);
msg
(
"
\t
commentcnv
\n
"
);
msg
(
"
\t
commentscan
\n
"
);
msg
(
"
\t
validate
\n
"
);
msg
(
"
\t
printtree
\n
"
);
msg
(
"
\t
time
\n
"
);
msg
(
"
\t
extcmd
\n
"
);
msg
(
"
\t
markdown
\n
"
);
msg
(
"
\t
filteroutput
\n
"
);
msg
(
"
\t
lex
\n
"
);
}
//----------------------------------------------------------------------------
// print the usage of doxygen
...
...
@@ -9799,6 +9824,7 @@ static void usage(const char *name)
msg
(
" RTF: %s -e rtf extensionsFile
\n\n
"
,
name
);
msg
(
"If -s is specified the comments of the configuration items in the config file will be omitted.
\n
"
);
msg
(
"If configName is omitted `Doxyfile' will be used as a default.
\n\n
"
);
msg
(
"-v print version string
\n
"
);
}
//----------------------------------------------------------------------------
...
...
@@ -10020,6 +10046,7 @@ void readConfiguration(int argc, char **argv)
if
(
!
debugLabel
)
{
err
(
"option
\"
-d
\"
is missing debug specifier.
\n
"
);
devUsage
();
cleanUpDoxygen
();
exit
(
1
);
}
...
...
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