Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
lalsuite
Commits
1fa52827
Commit
1fa52827
authored
Oct 20, 2018
by
Karl Wette
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'doxygen' into 'master'
Various Doxygen fixes See merge request
lscsoft/lalsuite!512
parents
d6a1efde
f69f1c3c
Pipeline
#35262
failed with stages
in 52 minutes and 36 seconds
Changes
2
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
12 deletions
+11
-12
lal/doxygen/doxygen.cfg.in
lal/doxygen/doxygen.cfg.in
+11
-6
lalpulsar/doxygen/src/toplevel.dox
lalpulsar/doxygen/src/toplevel.dox
+0
-6
No files found.
lal/doxygen/doxygen.cfg.in
View file @
1fa52827
...
@@ -785,8 +785,8 @@ INPUT_ENCODING = UTF-8
...
@@ -785,8 +785,8 @@ INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.c \
FILE_PATTERNS = *.c \
*.h \
*.h \
*.py \
*.py \
*.
dox
\
*.
i
\
SWIG*.i
*.dox
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.
# be searched for input files as well.
...
@@ -836,21 +836,26 @@ EXCLUDE_SYMBOLS = UNUSED
...
@@ -836,21 +836,26 @@ EXCLUDE_SYMBOLS = UNUSED
# that contain example code fragments that are included (see the \include
# that contain example code fragments that are included (see the \include
# command).
# command).
EXAMPLE_PATH =
EXAMPLE_PATH = @abs_srcdir@/src \
@abs_builddir@/in
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
# *.h) to filter out the source-files in the directories. If left blank all
# *.h) to filter out the source-files in the directories. If left blank all
# files are included.
# files are included.
EXAMPLE_PATTERNS =
EXAMPLE_PATTERNS = *.c \
*.h \
*.py \
*.i \
*.dox
# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
# searched for input files to be used with the \include or \dontinclude commands
# searched for input files to be used with the \include or \dontinclude commands
# irrespective of the value of the RECURSIVE tag.
# irrespective of the value of the RECURSIVE tag.
# The default value is: NO.
# The default value is: NO.
EXAMPLE_RECURSIVE =
NO
EXAMPLE_RECURSIVE =
YES
# The IMAGE_PATH tag can be used to specify one or more files or directories
# The IMAGE_PATH tag can be used to specify one or more files or directories
# that contain images that are to be included in the documentation (see the
# that contain images that are to be included in the documentation (see the
...
@@ -890,7 +895,7 @@ FILTER_PATTERNS =
...
@@ -890,7 +895,7 @@ FILTER_PATTERNS =
# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
# The default value is: NO.
# The default value is: NO.
FILTER_SOURCE_FILES =
YES
FILTER_SOURCE_FILES =
NO
# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
...
...
lalpulsar/doxygen/src/toplevel.dox
View file @
1fa52827
...
@@ -56,12 +56,6 @@
...
@@ -56,12 +56,6 @@
pulsar-specific cross-correlation search.
pulsar-specific cross-correlation search.
@}
@}
\defgroup lalpulsar_xml XML Serialization Routines
@{
\brief This package provides routines for serializing pulsar data
structures to and from XML files.
@}
\defgroup lalpulsar_swig SWIG Interfaces
\defgroup lalpulsar_swig SWIG Interfaces
@{
@{
\brief This package provides Octave and Python wrappings of LALPulsar
\brief This package provides Octave and Python wrappings of LALPulsar
...
...
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