diff --git a/amrex/docs_html/_downloads/008eb6dbfab802633dff40122ece848c/amrex.pdf b/amrex/docs_html/_downloads/008eb6dbfab802633dff40122ece848c/amrex.pdf
index 62efa4558f..c31b4545ba 100644
Binary files a/amrex/docs_html/_downloads/008eb6dbfab802633dff40122ece848c/amrex.pdf and b/amrex/docs_html/_downloads/008eb6dbfab802633dff40122ece848c/amrex.pdf differ
diff --git a/amrex/docs_html/doxygen/AMReX__BC__TYPES_8H_source.html b/amrex/docs_html/doxygen/AMReX__BC__TYPES_8H_source.html
index 7fc727f500..76d315e256 100644
--- a/amrex/docs_html/doxygen/AMReX__BC__TYPES_8H_source.html
+++ b/amrex/docs_html/doxygen/AMReX__BC__TYPES_8H_source.html
@@ -161,30 +161,31 @@
61 namespace PhysBCType {
62 enum physicalBndryTypes :
int {
interior=0,inflow,outflow,symmetry,
-
+ 63 slipwall,noslipwall,inflowoutflow};
67 enum mathematicalBndryTypes :
int {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+ 77 direction_dependent = 7,
+
+
+
+
+
+
+
+
+
+
AMREX_GPU_HOST_DEVICE Long at(T const &, Long offset) noexcept
Definition: AMReX_GpuRange.H:29
Definition: AMReX_Amr.cpp:49
diff --git a/amrex/docs_xml/doxygen/AMReX__BC__TYPES_8H.xml b/amrex/docs_xml/doxygen/AMReX__BC__TYPES_8H.xml
index fe2d6b20be..b4f95edbb5 100644
--- a/amrex/docs_xml/doxygen/AMReX__BC__TYPES_8H.xml
+++ b/amrex/docs_xml/doxygen/AMReX__BC__TYPES_8H.xml
@@ -820,30 +820,31 @@
namespacePhysBCType{
enumphysicalBndryTypes:int{[interior]=0,inflow,outflow,symmetry,
-slipwall,noslipwall};
+slipwall,noslipwall,inflowoutflow};
}
namespaceBCType{
enummathematicalBndryTypes:int{
-bogus=-666,
-reflect_odd=-1,
-int_dir=0,
-reflect_even=1,
-foextrap=2,
-ext_dir=3,
-hoextrap=4,
-hoextrapcc=5,
-ext_dir_cc=6,
-user_1=1001,
-user_2=1002,
-user_3=1003
-};
-}
-
-}
-#endif
-
-#endif
+bogus=-666,
+reflect_odd=-1,
+int_dir=0,
+reflect_even=1,
+foextrap=2,
+ext_dir=3,
+hoextrap=4,
+hoextrapcc=5,
+ext_dir_cc=6,
+direction_dependent=7,
+user_1=1001,
+user_2=1002,
+user_3=1003
+};
+}
+
+}
+#endif
+
+#endif