Skip to content

Commit 8c4656b

Browse files
authored
Merge pull request #3082 from johnnonweiler/doc/reduce-doxygen-warnings
Reduce doxygen warnings
2 parents ebf5ce8 + 6688c5a commit 8c4656b

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

src/doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,15 +1020,15 @@ VERBATIM_HEADERS = YES
10201020
# generated with the -Duse-libclang=ON option for CMake.
10211021
# The default value is: NO.
10221022

1023-
CLANG_ASSISTED_PARSING = NO
1023+
#CLANG_ASSISTED_PARSING = NO
10241024

10251025
# If clang assisted parsing is enabled you can provide the compiler with command
10261026
# line options that you would normally use when invoking the compiler. Note that
10271027
# the include paths will already be set by doxygen for the files and directories
10281028
# specified with INPUT and INCLUDE_PATH.
10291029
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
10301030

1031-
CLANG_OPTIONS =
1031+
#CLANG_OPTIONS =
10321032

10331033
#---------------------------------------------------------------------------
10341034
# Configuration options related to the alphabetical class index

src/goto-programs/goto_trace.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ Date: July 2005
1414
#ifndef CPROVER_GOTO_PROGRAMS_GOTO_TRACE_H
1515
#define CPROVER_GOTO_PROGRAMS_GOTO_TRACE_H
1616

17-
/*! \file goto-symex/goto_trace.h
18-
* \brief Traces through goto programs
19-
*
20-
* \author Daniel Kroening <[email protected]>
21-
* \date Sun Jul 31 21:54:44 BST 2011
22-
*/
23-
2417
#include <iosfwd>
2518
#include <vector>
2619

src/goto-symex/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ the instruction type, i.e. goto_symext::symex_function_call() if the
8181
current instruction is a function call, goto_symext::symex_goto() if the
8282
current instruction is a goto, etc.
8383

84-
\subsection Loop and recursion unwinding
84+
\subsection symex-loop-and-recursion-unwinding Loop and recursion unwinding
8585

8686
Each backwards goto and recursive call has a separate counter
8787
(handled by \ref cbmc or another driver program, see the `--unwind` and
@@ -91,7 +91,7 @@ be handled completely (assuming the unwinding limit is sufficient).
9191
When an unwind or recursion limit is reached, an assertion can be added to
9292
explicitly show when analysis is incomplete.
9393

94-
\subsection \ref goto_symext::clean_expr
94+
\subsection goto-symext-clean-expr goto_symext::clean_expr
9595

9696
Before any expression is incorporated into the output equation set it is passed
9797
through \ref goto_symext::clean_expr and thus \ref goto_symext::dereference,

0 commit comments

Comments
 (0)