Skip to content

Commit

Permalink
Self-doc correction
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Apr 10, 2019
1 parent 33f5435 commit 7a348d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/journal/Section.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ function setAbstractWordCount($wordCount) {
}

/**
* Get open archive setting of section.
* Get "will/will not be indexed" setting of section.
* @return boolean
*/
function getMetaIndexed() {
return $this->getData('metaIndexed');
}

/**
* Set open archive setting of section.
* Set "will/will not be indexed" setting of section.
* @param $metaIndexed boolean
*/
function setMetaIndexed($metaIndexed) {
Expand Down

0 comments on commit 7a348d6

Please sign in to comment.