Skip to content

Commit 1dc1173

Browse files
authored
Update doxygen with Front page (#69)
2 parents 5ac2da4 + 92bbe50 commit 1dc1173

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

project/doxygen/Doxyfile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ EXTENSION_MAPPING = .F90=Fortran
115115

116116
MARKDOWN_SUPPORT = YES
117117

118+
# Point to your README.md file
119+
USE_MDFILE_AS_MAINPAGE = "../../README.md"
120+
118121
# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
119122
# to that level are automatically included in the table of contents, even if
120123
# they do not have an id attribute.
@@ -201,6 +204,10 @@ WARN_LOGFILE = "/Users/federico/Documents/GitHub/fortran-lapack/proje
201204
# configuration options related to the input files
202205
#---------------------------------------------------------------------------
203206
INPUT = "../../src/"
207+
208+
# Include the README.md in the input for documentation generation
209+
INPUT += "../../README.md"
210+
204211
INPUT_ENCODING = UTF-8
205212

206213
# If the value of the INPUT tag contains directories, you can use the
@@ -291,7 +298,7 @@ EXCLUDE_SYMBOLS += la_blas_w
291298
EXCLUDE_SYMBOLS += la_blas_aux
292299
EXCLUDE_SYMBOLS += la_lapack_aux
293300

294-
EXAMPLE_PATH =
301+
EXAMPLE_PATH = "../../example/"
295302
EXAMPLE_PATTERNS =
296303
EXAMPLE_RECURSIVE = NO
297304
IMAGE_PATH =

project/fortran-lapack.cbp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<Option weight="5" />
7171
</Unit>
7272
<Unit filename="../src/la_cholesky.f90">
73-
<Option weight="0" />
73+
<Option weight="17" />
7474
</Unit>
7575
<Unit filename="../src/la_constants.f90">
7676
<Option weight="0" />
@@ -117,6 +117,9 @@
117117
<Unit filename="../src/la_norms.f90">
118118
<Option weight="17" />
119119
</Unit>
120+
<Unit filename="../src/la_pca.f90">
121+
<Option weight="0" />
122+
</Unit>
120123
<Unit filename="../src/la_pinv.f90">
121124
<Option weight="18" />
122125
</Unit>
@@ -177,6 +180,7 @@
177180
<Unit filename="../test/test_la_svd.f90">
178181
<Option weight="20" />
179182
</Unit>
183+
<Unit filename="doxygen/Doxyfile" />
180184
<Extensions>
181185
<DoxyBlocks>
182186
<comment_style block="2" line="3" />

0 commit comments

Comments
 (0)