diff --git a/docs/html/clock_8hh_source.html b/docs/html/clock_8hh_source.html
index a5555b3..4c82877 100644
--- a/docs/html/clock_8hh_source.html
+++ b/docs/html/clock_8hh_source.html
@@ -78,43 +78,38 @@ $(function() {
-
-
-
- 13 uint64_t diff(uint64_t ntp1, uint64_t ntp2);
-
-
-
-
-
- 19 uint64_t diff_now(uint64_t then);
-
-
-
-
- 24 typedef std::chrono::high_resolution_clock::time_point hrc_t;
-
-
-
-
- 29 uint64_t diff(hrc_t hrc1, hrc_t hrc2);
-
-
- 32 uint64_t diff_now(hrc_t then);
-
- 34 uint64_t diff_now_us(hrc_t& then);
-
-
- 37 uint64_t ms_to_jiffies(uint64_t ms);
- 38 uint64_t jiffies_to_ms(uint64_t jiffies);
-
-
- 41 int gettimeofday(
struct timeval *tp,
struct timezone *tzp);
-
-
-
-
- 46 namespace uvg_rtp = uvgrtp;
+
+
+ 27 uint64_t diff(uint64_t ntp1, uint64_t ntp2);
+
+ 39 uint64_t diff_now(uint64_t then);
+
+
+
+
+ 45 typedef std::chrono::high_resolution_clock::time_point hrc_t;
+
+
+
+
+ 50 uint64_t diff(hrc_t hrc1, hrc_t hrc2);
+
+
+ 53 uint64_t diff_now(hrc_t then);
+
+ 55 uint64_t diff_now_us(hrc_t& then);
+
+
+ 58 uint64_t ms_to_jiffies(uint64_t ms);
+ 59 uint64_t jiffies_to_ms(uint64_t jiffies);
+
+
+ 62 int gettimeofday(
struct timeval *tp,
struct timezone *tzp);
+
+
+
+
+ 68 namespace uvg_rtp = uvgrtp;