From 7223c1e880eeb35be5191bc4432e0f51271e36a9 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 28 May 2014 13:56:09 +0200 Subject: [PATCH] Use C++ style comments to fix doxygen output. --- doc/doxygen/inside_extending.doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/inside_extending.doc b/doc/doxygen/inside_extending.doc index bf38712a8e..ea7cc55ce3 100644 --- a/doc/doxygen/inside_extending.doc +++ b/doc/doxygen/inside_extending.doc @@ -79,7 +79,7 @@ s_surf_model_description_t surf_cpu_model_description[] = { {"Plop", "The new plop CPU model.", surf_cpu_model_init_plop}, - {NULL, NULL, NULL} /* this array must be NULL terminated */ + {NULL, NULL, NULL} // this array must be NULL terminated }; ~~~~ @@ -134,7 +134,7 @@ s_surf_model_description_t surf_plugin_description[] = { {"MyNetworkPlugin", "My network plugin.", sg_my_network_plugin_init}, - {NULL, NULL, NULL} /* this array must be NULL terminated */ + {NULL, NULL, NULL} // this array must be NULL terminated }; ~~~~ -- 2.20.1