#2307 Review and proofread doxygen docs for ding-libs
Closed: duplicate 2 years ago by atikhonov. Opened 9 years ago by dpal.

Here are some review comments from Stephen but I suspect there is much more so it makes sense to have a run of it.

                          struct ini_cfgfile **file_ctx);

 /**
+ * @brief Create a configuration file object using memory buffer.

@brief Create a configuration file object from a NULL-terminated buffer.

+ *
+ * Create a file object for parsing a configuration file.
+ * Configuration will use provided memory instead of the actual file.

Configuration will use the provided memory buffer instead of a real file.

+ *
+ * A "configuration file object" is different from
+ * a "configuration object". The former stores metadata
+ * about a file the configuration data is read from,

about a file from which the configuration data is read,
(this is a very esoteric bit of English)

+ * while the latter holds the configuration itself.

while the latter holds the configuration data itself.

Fields changed

milestone: NEEDS_TRIAGE => ding-libs - May 2014
rhbz: => 0

Metadata Update from @dpal:
- Issue set to the milestone: ding-libs - May 2014

7 years ago

Metadata Update from @atikhonov:
- Custom field component adjusted to None (was: Documentation)
- Custom field design_review reset (from 0)
- Custom field patch reset (from 0)
- Custom field review reset (from 0)
- Custom field selected adjusted to None
- Custom field testsupdated reset (from 0)
- Custom field type adjusted to None (was: task)
- Custom field version adjusted to None (was: 1.11.4)
- Issue close_status updated to: duplicate
- Issue status updated to: Closed (was: Open)

2 years ago

Login to comment on this ticket.

Metadata