Note that there are some explanatory texts on larger screens.

plurals
  1. POModifying rules in Atomineer
    text
    copied!<p>I am using @remarks and @ingroup in my comment blocks but when I run Atomineer it keeps marking them for deletion and I'm not sure how to keep it from doing this. I looked at modifying rules in the .XML configuration files but I'm clearly missing something.</p> <p>Example before processing with Atomineer:</p> <pre><code>//------------------------------------------------------------------------------------- /// @copydoc interface_Result /// /// @ingroup platform_implementation module_core //------------------------------------------------------------------------------------- </code></pre> <p>Example after processing with Atomineer:</p> <pre><code>//------------------------------------------------------------------------------------ /// @copydoc interface_Result. /// /// ### ingroup platform_implementation module_core. //------------------------------------------------------------------------------------ </code></pre> <p>The documentation says: "Set your Doxygen or DocXML templates up to indicate the 'legal' entries in your new comment format, and how they should be ordered within the new comment block. Any entries that have the same tag in both old and new formats (e.g. param -> param) will be automatically 'converted' (reformatted in the new style). Any entries that are not considered 'legal' by AtomineerUtils will be marked as 'deleted' with a ### prefix."</p> <p>Any pointers or ideas would be appreciated? I really need it to quit doing this.</p> <p>Thanks!</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload