Current:

    /// debug-print \b this value
   void debug(const char * info);

Suggested:

   /// debug-print \b this value under \b info
   void debug(const char * info) const;

Reply via email to