File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,9 @@ EXTENSION_MAPPING = .F90=Fortran
115115
116116MARKDOWN_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#---------------------------------------------------------------------------
203206INPUT = "../../src/"
207+
208+ # Include the README.md in the input for documentation generation
209+ INPUT += "../../README.md"
210+
204211INPUT_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
291298EXCLUDE_SYMBOLS += la_blas_aux
292299EXCLUDE_SYMBOLS += la_lapack_aux
293300
294- EXAMPLE_PATH =
301+ EXAMPLE_PATH = "../../example/"
295302EXAMPLE_PATTERNS =
296303EXAMPLE_RECURSIVE = NO
297304IMAGE_PATH =
Original file line number Diff line number Diff line change 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" />
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 >
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" />
You can’t perform that action at this time.
0 commit comments