Skip to content

Commit

Permalink
Merge pull request #2443 from bitshares/fix-docs
Browse files Browse the repository at this point in the history
Fix doxygen warnings
  • Loading branch information
abitmore authored May 3, 2021
2 parents 6cd73b8 + 13c392a commit efecf9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "BitShares-Core"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "5.2.0"
PROJECT_NUMBER = "5.2.1"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions libraries/app/application_impl.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@ class application_impl : public net::node_delegate, public std::enable_shared_fr
void startup_plugins() const;
void shutdown_plugins() const;

/// Initialize genesis state. Called by @ref open_chain_database.
/// Initialize genesis state. Called by open_chain_database().
graphene::chain::genesis_state_type initialize_genesis_state() const;
/// Open the chain database. Called by @ref startup.
void open_chain_database() const;

friend graphene::app::application;
friend class graphene::app::application;

application& _self;

Expand Down

0 comments on commit efecf9a

Please sign in to comment.