Fix Doxygen directives in numerous headers

This commit is contained in:
Nimish Telang
2023-03-24 13:02:13 +00:00
committed by Seth Hillbrand
parent f7bf3011fb
commit 8ea357f04d
14 changed files with 139 additions and 134 deletions
+6 -6
View File
@@ -449,8 +449,8 @@ public:
/**
* Create a clickable hyperlink with a rectangular click area
*
* @aBox is the rectangular click target
* @aDestinationURL is the target URL
* @param aBox is the rectangular click target
* @param aDestinationURL is the target URL
*/
virtual void HyperlinkBox( const BOX2I& aBox, const wxString& aDestinationURL )
{
@@ -460,8 +460,8 @@ public:
/**
* Create a clickable hyperlink menu with a rectangular click area
*
* @aBox is the rectangular click target
* @aDestURLs is the list of target URLs for the menu
* @param aBox is the rectangular click target
* @param aDestURLs is the target URL
*/
virtual void HyperlinkMenu( const BOX2I& aBox, const std::vector<wxString>& aDestURLs )
{
@@ -471,8 +471,8 @@ public:
/**
* Create a bookmark to a symbol
*
* @aBox is the bounding box of the symbol
* @aSymbolReference is the symbol schematic ref
* @param aBox is the rectangular click target
* @param aSymbolReference is the symbol schematic ref
*/
virtual void Bookmark( const BOX2I& aBox, const wxString& aName,
const wxString& aGroupName = wxEmptyString )