Skip to content

Commit 172b4e1

Browse files
committed
codedocs properties
1 parent cdc3fc8 commit 172b4e1

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.codedocs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ EXTRACT_ALL = YES
441441
# be included in the documentation.
442442
# The default value is: NO.
443443

444-
EXTRACT_PRIVATE = NO
444+
EXTRACT_PRIVATE = YES
445445

446446
# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
447447
# scope will be included in the documentation.
@@ -453,7 +453,7 @@ EXTRACT_PACKAGE = NO
453453
# included in the documentation.
454454
# The default value is: NO.
455455

456-
EXTRACT_STATIC = NO
456+
EXTRACT_STATIC = YES
457457

458458
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
459459
# locally in source files will be included in the documentation. If set to NO,
@@ -980,7 +980,7 @@ FILTER_SOURCE_PATTERNS =
980980
# (index.html). This can be useful if you have a project on for instance GitHub
981981
# and want to reuse the introduction page also for the doxygen output.
982982

983-
USE_MDFILE_AS_MAINPAGE =
983+
USE_MDFILE_AS_MAINPAGE = README.md
984984

985985
#---------------------------------------------------------------------------
986986
# Configuration options related to source browsing
@@ -1165,7 +1165,7 @@ HTML_HEADER =
11651165
# that doxygen normally uses.
11661166
# This tag requires that the tag GENERATE_HTML is set to YES.
11671167

1168-
HTML_FOOTER =
1168+
HTML_FOOTER = ""
11691169

11701170
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
11711171
# sheet that is used by each HTML page. It can be used to fine-tune the look of
@@ -1247,7 +1247,7 @@ HTML_TIMESTAMP = YES
12471247
# The default value is: NO.
12481248
# This tag requires that the tag GENERATE_HTML is set to YES.
12491249

1250-
HTML_DYNAMIC_SECTIONS = NO
1250+
HTML_DYNAMIC_SECTIONS = YES
12511251

12521252
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
12531253
# shown in the various tree structured indices initially; the user can expand

Ajax/semantic/html/collections/HtmlBreadcrumb.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ public function contentAsString() {
7979
return parent::contentAsString();
8080
}
8181

82+
/**
83+
* @param int $index
84+
*/
8285
public function setActive($index=null) {
8386
if (!isset($index)) {
8487
$index=sizeof($this->content) - 1;

0 commit comments

Comments
 (0)