Mod doc set style de same

This commit is contained in:
Simon De Backer
2020-07-19 22:08:41 +02:00
parent fe4552200b
commit 280e4605e8

View File

@@ -25,6 +25,7 @@
class QPainter; class QPainter;
/** /**
@brief The SingleLineProperties class
This class represents the properties of a singleline conductor. This class represents the properties of a singleline conductor.
*/ */
class SingleLineProperties { class SingleLineProperties {
@@ -59,6 +60,7 @@ class SingleLineProperties {
}; };
/** /**
@brief The ConductorProperties class
This class represents the functional properties of a particular conductor, This class represents the functional properties of a particular conductor,
i.e. properties other than path and terminals. i.e. properties other than path and terminals.
*/ */
@@ -69,9 +71,10 @@ class ConductorProperties
virtual ~ConductorProperties(); virtual ~ConductorProperties();
/** /**
* @brief The ConductorType enum Represents the kind of a particular conductor: @brief The ConductorType enum Represents
* Single: singleline symbols, no text input the kind of a particular conductor:
* Multi: text input, no symbol Single: singleline symbols, no text input
Multi: text input, no symbol
*/ */
enum ConductorType { Single, Multi }; enum ConductorType { Single, Multi };