Skip to content

Commit

Permalink
docs config
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Dec 9, 2021
1 parent 4ab5a4c commit f03b8d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/source/doxyrest-config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -156,22 +156,22 @@ VERBATIM_TO_CODE_BLOCK = "cpp"
--! in reStructuredText (asterisks are used to mark **bold** or *italic* blocks).
--!

ESCAPE_ASTERISKS = false
ESCAPE_ASTERISKS = true

--!
--! If the original doxy comments contain pipe characters ``|``, they have to be
--! escaped in reStructuredText (pipes are used for substitution references).
--!

ESCAPE_PIPES = false
ESCAPE_PIPES = true

--!
--! If the original doxy comments contain trailingasterisks, they have to be
--! escaped in reStructuredText (trailing underscores are used for internal
--! links).
--!

ESCAPE_TRAILING_UNDERSCORES = false
ESCAPE_TRAILING_UNDERSCORES = true

--!
--! Exclude items declared in specific locations. Use a regular expression to
Expand Down Expand Up @@ -266,7 +266,7 @@ EXCLUDE_DEFINE_PATTERN = nil
--! included.
--!

EXCLUDE_DEFAULT_CONSTRUCTORS = true
EXCLUDE_DEFAULT_CONSTRUCTORS = false

--!
--! Usually providing documentation blocks for a destructors is
Expand All @@ -288,7 +288,7 @@ EXCLUDE_DESTRUCTORS = true
included.
]]

EXCLUDE_PRIMITIVE_TYPEDEFS = true
EXCLUDE_PRIMITIVE_TYPEDEFS = false

--!
--! For a base class/struct, show all the types directly derived from it.
Expand Down

0 comments on commit f03b8d3

Please sign in to comment.