remove doxygen warning about #ifdef

This commit is contained in:
Thomas Bernard 2018-12-12 23:41:48 +01:00
parent 8ac2e3934e
commit f64a2df15c

View File

@ -138,7 +138,7 @@
/// ///
/// So we assume all platforms now support passing NULL. /// So we assume all platforms now support passing NULL.
/// If you find a platform where this is not the case, /// If you find a platform where this is not the case,
/// please add a new implementation with #ifdef's. /// please add a new implementation with ifdef's.
return realpath(_path, resolved_path); return realpath(_path, resolved_path);
} }
#endif #endif