trivial documentation cleanups

This commit is contained in:
Vincent Sanders 2019-08-04 11:22:40 +01:00
parent 1905200154
commit b2f5c80ef8
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
*/
/**
* \file desktop/searchweb.c
* \file
* \brief core web search facilities implementation.
*/

View File

@ -16,8 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _NETSURF_WINDOWS_WINDOW_H_
#define _NETSURF_WINDOWS_WINDOW_H_
#ifndef NETSURF_WINDOWS_WINDOW_H_
#define NETSURF_WINDOWS_WINDOW_H_
/** The window operation function table for win32 */
extern struct gui_window_table *win32_window_table;