Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix the doc of const_sg_*_t types
[simgrid.git] / docs / find-missing.py
index 9b0b906bb863627e9f0730cab0a3351474626dd3..2043dcc82fa5e6a7a942aed3b6b14ee8768ea599 100755 (executable)
@@ -1,7 +1,7 @@
 #! /usr/bin/env python3
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2019. The SimGrid Team. All rights reserved.
+# Copyright (c) 2019-2020. The SimGrid Team. All rights reserved.
 
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of the license (GNU LGPL) which comes with this package.
@@ -42,8 +42,18 @@ xml_files = [
     'build/xml/classsimgrid_1_1s4u_1_1Semaphore.xml',
     'build/xml/classsimgrid_1_1s4u_1_1VirtualMachine.xml',
     'build/xml/actor_8h.xml',
+    'build/xml/barrier_8h.xml',
+    'build/xml/cond_8h.xml',
     'build/xml/engine_8h.xml',
-    'build/xml/vm_8h.xml'
+    'build/xml/forward_8h.xml',
+    'build/xml/host_8h.xml',
+    'build/xml/link_8h.xml',
+    'build/xml/mailbox_8h.xml',
+    'build/xml/msg_8h.xml',
+    'build/xml/mutex_8h.xml',
+    'build/xml/semaphore_8h.xml',
+    'build/xml/vm_8h.xml',
+    'build/xml/zone_8h.xml'
 ]
 
 python_modules = [