mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 15:34:55 +00:00
doc: include/getopt.h: remove comments confusing Sphinx
The Sphinx documentation build process cannot handle the interspersed 'private:' and 'public:' comments. Remove them. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
1a58da9365
commit
016c39c3b2
1 changed files with 0 additions and 3 deletions
|
@ -20,11 +20,9 @@ struct getopt_state {
|
|||
* parsed all of @argv, then @index will equal @argc.
|
||||
*/
|
||||
int index;
|
||||
/* private: */
|
||||
/** @arg_index: Index within the current argument */
|
||||
int arg_index;
|
||||
union {
|
||||
/* public: */
|
||||
/**
|
||||
* @opt: Option being parsed when an error occurs. @opt is only
|
||||
* valid when getopt() returns ``?`` or ``:``.
|
||||
|
@ -35,7 +33,6 @@ struct getopt_state {
|
|||
* is only valid when getopt() returns an option character.
|
||||
*/
|
||||
char *arg;
|
||||
/* private: */
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue