Skip to content

Commit e0e5506

Browse files
committed
gui: fix broken doxygen formatting in src/qt/guiutil.h
1 parent 0d5613f commit e0e5506

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/qt/guiutil.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,25 +219,25 @@ namespace GUIUtil
219219
bool GetStartOnSystemStartup();
220220
bool SetStartOnSystemStartup(bool fAutoStart);
221221

222-
/* Convert QString to OS specific boost path through UTF-8 */
222+
/** Convert QString to OS specific boost path through UTF-8 */
223223
fs::path qstringToBoostPath(const QString &path);
224224

225-
/* Convert OS specific boost path to QString through UTF-8 */
225+
/** Convert OS specific boost path to QString through UTF-8 */
226226
QString boostPathToQString(const fs::path &path);
227227

228228
/** Convert enum Network to QString */
229229
QString NetworkToQString(Network net);
230230

231-
/* Convert seconds into a QString with days, hours, mins, secs */
231+
/** Convert seconds into a QString with days, hours, mins, secs */
232232
QString formatDurationStr(int secs);
233233

234-
/* Format CNodeStats.nServices bitmask into a user-readable string */
234+
/** Format CNodeStats.nServices bitmask into a user-readable string */
235235
QString formatServicesStr(quint64 mask);
236236

237-
/* Format a CNodeStats.m_ping_usec into a user-readable string or display N/A, if 0*/
237+
/** Format a CNodeStats.m_ping_usec into a user-readable string or display N/A, if 0 */
238238
QString formatPingTime(int64_t ping_usec);
239239

240-
/* Format a CNodeCombinedStats.nTimeOffset into a user-readable string. */
240+
/** Format a CNodeCombinedStats.nTimeOffset into a user-readable string */
241241
QString formatTimeOffset(int64_t nTimeOffset);
242242

243243
QString formatNiceTimeOffset(qint64 secs);

0 commit comments

Comments
 (0)