docs
This commit is contained in:
parent
83b137f117
commit
0320d8b49b
@ -62,6 +62,7 @@ set (LIBRARY_PL
|
||||
block_diagram.yap
|
||||
)
|
||||
|
||||
|
||||
MY_add_subdirectory(dialect)
|
||||
MY_add_subdirectory(clp)
|
||||
MY_add_subdirectory(matlab)
|
||||
@ -73,6 +74,7 @@ MY_add_subdirectory(system)
|
||||
MY_add_subdirectory(tries)
|
||||
MY_add_subdirectory(ytest)
|
||||
|
||||
add_to_group( pl_library LIBRARY_PL )
|
||||
|
||||
if (0)
|
||||
file(COPY ${LIBRARY_PL} DESTINATION ${libpl})
|
||||
|
@ -8,6 +8,4 @@ install(FILES ${LIBRARY_PL_CLP}
|
||||
DESTINATION ${libpl}
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
add_to_group( pl_library LIBRARY_PL_CLP )
|
||||
|
@ -3,7 +3,9 @@
|
||||
* @author Bob Welham, Lawrence Byrd, and R. A. O'Keefe. Contributions from Vitor Santos Costa, Jan Wielemaker and others.
|
||||
* @date 1999
|
||||
*
|
||||
* @addtogroup library The Prolog Library
|
||||
* @addtogroup lists The Prolog Library
|
||||
*
|
||||
* @ingroup library
|
||||
*
|
||||
* @{
|
||||
*
|
||||
@ -626,4 +628,3 @@ close_list([_|T]) :-
|
||||
|
||||
%% @}
|
||||
/** @} */
|
||||
|
||||
|
Reference in New Issue
Block a user