When parsing C++ source extra <p>
is generated in Java code outside of the comments. A fragment of the source C++ code (including original indentation):
/*@}*/ /*@}*/ /** * @addtogroup Container_h Container Class */ /*@{*/ //************************************************************* // V A L U E _ V E C T O R //************************************************************* /** * @brief A vector of IValue pointers */ class SPINNAKER_API value_vector
The Java code generated by JavaCPP (1.5.6-SNAPSHOT) resulted in:
/*@}*/ /*@}*/ /** * \addtogroup Container_h Container Class */ /*@{*/ //************************************************************* // V A L U E _ V E C T O R //************************************************************* <p> /** * \brief A vector of IValue pointers */ @Namespace("Spinnaker::GenApi") @NoOffset @Properties(inherit = org.bytedeco.spinnaker.presets.Spinnaker.class) public class value_vector extends Pointer {
Notice that there is extra <p>
outside of the comments.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4