Skip to content

Conversation

@regcall
Copy link

@regcall regcall commented May 8, 2018

Problem: Combination of autoindent and manual configuration of g:DoxygenToolkit_start/inter/endCommentTag with spaces in the
string would create documentation with too much indentation, such as:

/**

instead of the wanted:

/**

Added workaround: Disable autoindent at the start of the documenting function and enable it at the end.

…oxygenToolkit_start/inter/endCommentTag` with spaces in the

string would create documentation with too much indentation, such as:
/**
  * @brief ...
      * @param ...
          * @return ...
              **/

instead of the wanted:
/**
  * @brief
  * @param
  * @return
  **/

Added workaround: Disable autoindent at the start of the documenting function and enable it at the end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant