diff options
Diffstat (limited to 'libavutil/tree.h')
-rw-r--r-- | libavutil/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/tree.h b/libavutil/tree.h index 75191f4f7e..dde2f10565 100644 --- a/libavutil/tree.h +++ b/libavutil/tree.h @@ -19,7 +19,7 @@ */ /** - * @file libavutil/tree.h + * @file * A tree container. * Insertion, removal, finding equal, largest which is smaller than and * smallest which is larger than, all have O(log n) worst case complexity. |