File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -764,8 +764,8 @@ WARN_LOGFILE =
764
764
# spaces.
765
765
# Note: If this tag is empty the current directory is searched.
766
766
767
- INPUT = Npgsql \
768
- Npgsql.EntityFramework
767
+ INPUT = Npgsql.EntityFramework \
768
+ Npgsql/Npgsql
769
769
770
770
# This tag can be used to specify the character encoding of the source files
771
771
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -800,7 +800,7 @@ RECURSIVE = YES
800
800
# Note that relative paths are relative to the directory from which doxygen is
801
801
# run.
802
802
803
- EXCLUDE =
803
+ EXCLUDE = Npgsql/Npgsql/LinqBridge-1.3.cs
804
804
805
805
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
806
806
# directories that are symbolic links (a Unix file system feature) are excluded
@@ -1049,7 +1049,7 @@ GENERATE_HTML = YES
1049
1049
# The default directory is: html.
1050
1050
# This tag requires that the tag GENERATE_HTML is set to YES.
1051
1051
1052
- HTML_OUTPUT = html
1052
+ HTML_OUTPUT = .
1053
1053
1054
1054
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
1055
1055
# generated HTML page (for example: .htm, .php, .asp).
You can’t perform that action at this time.
0 commit comments