Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancing KhalimskySpace related class documentations. #1398

Merged
merged 3 commits into from
Mar 5, 2019

Conversation

rolanddenis
Copy link
Member

@rolanddenis rolanddenis commented Feb 22, 2019

PR Description

Since b5f1d12, the brief description of class members is displayed in the member list (without having to click on the member). A brief description is defined when preceded by @brief or when using single line documentation (beginning with /// or ///<). The JAVADOC_AUTOBRIEF option can allow to consider the first lines as the brief description but it is not adapted to how documentation is written in DGtal.

This PR adapts the documentation of KhalimskySpace and related classes so that to have a brief description for each member.

Checklist

  • Doxygen documentation of the code completed (classes, methods, types, members...)
  • New entry in the ChangeLog.md added.
  • No warning raised in Debug cmake mode (otherwise, Travis C.I. will fail).
  • All continuous integration tests pass (Travis & appveyor)

Starting documentation with @brief so that a brief description is
dispayed in the class member list, thus allowing the user to know its
purpose without having to click on the link.
@dcoeurjo
Copy link
Member

dcoeurjo commented Mar 5, 2019

thanks !

@dcoeurjo
Copy link
Member

dcoeurjo commented Mar 5, 2019

All good for me.. merging

@dcoeurjo dcoeurjo merged commit 091bbfe into DGtal-team:master Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants