return result;
}
-/*
+/**
* Add 'what' to this multiline at position 'where'.
- * where=0 == prepend
- * where=-1 == append
- * Returns a MULTIPOLY or a COLLECTION
+ * @param where if 0 == prepend, if = -1 then append
+ * @return a {@link #MULTIPOLY} or a {@link #COLLECTION}
*/
LWGEOM *
lwmpoly_add(const LWMPOLY *to, uint32 where, const LWGEOM *what)
void alloc_wkb(const char* parser);
-/*
- Use these functions to parse and unparse lwgeoms
- You are responsible for freeing the returned memory.
+/**
+ @file Use these functions to parse and unparse lwgeoms
+ You are responsible for freeing the returned memory.
*/
int parse_lwg(LWGEOM_PARSER_RESULT *lwg_parser_result, const char* wkt, int flags, allocator allocfunc,report_error errfunc);
* This is free software; you can redistribute and/or modify it under
* the terms of hte GNU General Public Licence. See the COPYING file.
*
- **********************************************************************
- *
+ **********************************************************************/
+
+ /**
+ * @file
* KML output routines based on lwgeom_gml.c
* Written by: Eduin Carrillo <yecarrillo@cas.gov.co>
* © 2006 Corporacion Autonoma Regional de Santander - CAS